home *** CD-ROM | disk | FTP | other *** search
/ MacWorld UK 2005 May / MW_UK_2005_05.iso / 16 iCal utilities / MenuCal.sit / MenuCal / MenuCal.app / Contents / Resources / StatusItemViewCell.h < prev    next >
Encoding:
Text File  |  2005-01-11  |  307 b   |  19 lines

  1. //
  2. //  StatusItemViewCell.h
  3. //  CalendarClock
  4. //
  5. //  Created by Chad Cunningham on 12/22/04.
  6. //  Copyright 2004 __MyCompanyName__. All rights reserved.
  7. //
  8.  
  9. #import <Cocoa/Cocoa.h>
  10.  
  11.  
  12. @interface StatusItemViewCell : NSActionCell <NSCopying, NSCoding> {
  13.     NSImage*                mBackgroundImage;
  14. }
  15.  
  16. - (void) setup;
  17.  
  18. @end
  19.